<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left; overflow:hidden;			
		    width: 100%;
}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-item img{ width:100%;}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
	display:none;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    bottom:6%;
	height:15px;	
    left:0px;
	width:100%;
    text-align: center;
}
.hiSlider-pages a{
    height:4px;
    width:40px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    background:#ffffff; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
.hiSlider-pages a.active{
   background:#009cff;
    width:40px;
}

.sy_ban{ width:100%; overflow:hidden;}
/*@media only screen and (max-width:1200px){*/
/*.sy_ban .hiSlider-pages{ bottom:12px; height:10px;}*/
/*.sy_ban .hiSlider-pages a{*/
	/*height:10px;*/
	/*width:10px;*/
    /*margin: 0 5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;*/
/*}*/


/*}*/


.hiSlider-pages{ bottom:40px; height:10px;}
.hiSlider-pages a{
	height:10px;
	width:15px;
    margin: 0 5px;
}

/*.sy_ban .hiSlider-item img{ position:relative; width:1920px; max-width:1920px; left:50%; margin-left:-960px;}*/
</pre></body></html>